home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / tm.xml < prev    next >
Text File  |  2002-09-27  |  1KB  |  41 lines

  1. <search function="tm">
  2.   <name>Teoma Search</name>
  3.   <description>Teoma search using Subject Specific Popularity
  4.   <div class="helpboxDescLabels">Example:</div> 
  5.   <table class="helpboxDescTable">
  6.     <tr>
  7.       <td>tm denali</td>
  8.     </tr>
  9.   </table>
  10.   </description>
  11.   <category>Search the Web</category>
  12.   <link>http://www.teoma.com/</link>
  13.   <form name="tmf"
  14.         action="http://www.teoma.com/search.asp"
  15.         method="get">
  16.     <input type="hidden" name="t" value=""/>
  17.     <input type="hidden" name="qcat" value="1"/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function tm(q)
  21.     {
  22.       if (q == "")
  23.       {
  24.         openSearchWindow("http://www.teoma.com/");
  25.       }
  26.       else
  27.       {
  28.         document.tmf.t.value=q;
  29.         document.tmf.qcat.value=1;
  30.         submitForm(tmf);
  31.       }
  32.     }
  33.   ]]></script>
  34.  
  35.   <copyright>
  36.     Copyright (c) 2002 David Bau
  37.     Distributed under the terms of the
  38.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  39.   </copyright>
  40. </search>
  41.